* @return the opacity value (in the range 0.0-1.0
*/
public double getOpacity() {
return ((double) color.getAlpha())/255.;
}
public String getLinkProperties() {
* @return the opacity value (in the range 0.0-1.0
*/
public float getOpacity() {
return (color.getAlpha());
}
public String getLinkProperties() {